-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Port sunshine config from bazzite #29
base: main
Are you sure you want to change the base?
Conversation
Sunshine is currently being pulled from Lizardbyte/beta, but we probably don't want beta software on stable. I raised an issue about it with them, and they said that the copr was made recently, so it should be built into the next stable release. Seeing that their last stable release [v0.23.1] was last released on April 20, it might take a while for their next release. I'll try to pull from their latest release and install the .rpm file instead. |
Lol, nvm, they only have up to Fedora 39 on their latest release, with even their pre-releases forgoing the Fedora package. Probably because they now have the copr setup, so they removed the RPM from GitHub releases |
Rip, should we wait for a stable release on the COPR? Honestly I'm fine with shipping the beta COPR as long as it isn't too buggy/unstable. Should be fine as long as we mention it |
At this point our beta is probably less buggy than v0.23.1, and we are trying to get a new release published soon, but I can't give an accurate ETA on that. |
system_files/shared/usr/lib/systemd/system/sunshine-workaround.service
Outdated
Show resolved
Hide resolved
yeah i can't get the iso to build either, i think we might still have to do some cleanup for bluefin stuff. I'll try to get that done in a pr quickly.
|
iso build is broken for me rn, this pr should address it. |
Iso seems to build now, but if I try to run the built iso, the installer throws an error when the installation starts. not sure if I do something wrong but same thing happens even with a clean local bluefin repo clone :( |
Here is a pull request for porting over sunshine to be used within Aurora.
I don't know how bazzite was able to install sunshine with
I did instead replace it with the copr provided by lizardbyte. However, because the stable copr repo doesn't have a stable build of Sunshine, I'm using the beta repo, which does have a recent build.
I don't necessarily know how to test this though, I have tried to run with
just run aurora stable nvidia
, but it seems that systemd isn't used so I can't test if the service runs properly, and building and running an iso withjust run-iso aurora stable
fails on installation of the OS in the vm.The issue linked with this pull request: #28